home *** CD-ROM | disk | FTP | other *** search
/ Mission to McDonaldLand / Mission To McDonaldLand.iso / digrow.dxr / 00020_Script_POINTER < prev    next >
Text File  |  1998-10-22  |  195b  |  11 lines

  1. on mouseWithin me
  2.   set the locH of sprite 30 = the mouseH
  3.   set the locV of sprite 30 = the mouseV
  4.   cursor 200
  5. end
  6.  
  7. on mouseLeave me
  8.   set the locV of sprite 30 = -100
  9.   cursor 0
  10. end
  11.